Last chance! 50% off unlimited learning
Sale ends in
The named item is sought first in
metadata
, where an exact match to the name is required. If
it is not present in the metadata
slot, then a partial-name
match is sought in the data
slot. Failing both
tests, an exact-name match is sought in a field named
dataNamesOriginal
in the object's metadata
slot, if that field exists. Failing that, NULL
is returned.
To get information on the specialized variants of this function,
type e.g. ?"[[,adv-method"
for information on extracting
data from an object of adv-class
.
# S4 method for oce
[[(x, i, j, ...)
An oce object
The item to extract.
Optional additional information on the i
item.
Optional additional information (ignored).
# NOT RUN {
data(ctd)
ctd[["longitude"]] # in metadata
head(ctd[["salinity"]]) # in data
data(section)
summary(section[["station", 1]])
# }
Run the code above in your browser using DataLab